home *** CD-ROM | disk | FTP | other *** search
/ 1,000+ Great Games / 1_1000 Games.iso / DOOM / DMRUNNER.ZIP / README.1ST < prev    next >
Encoding:
Text File  |  1995-09-10  |  5.9 KB  |  157 lines

  1.  
  2.  
  3.                          RUNNER -- FIRST RELEASE
  4.                          -----------------------
  5.         (created for Doom/Doom II -- Heretic version also available)
  6.  
  7. DISCLAIMER: I, PAUL POLLACK, CANNOT TAKE RESPONSIBILITY FOR ANY HARM
  8.             CAUSED BY THIS PROGRAM. THIS IS DISTRIBUTED "AS IS" WITH
  9.             NO WARRANTY EXPRESSED OR IMPLIED.
  10.  
  11. IMPORTANT NOTE: IF DISTRIBUTED SEPARATELY, RENAME F.DIZ AND D.SDI TO
  12.                 FILE_ID.DIZ AND DESC.SDI BEFORE UPLOADING. THANK YOU.
  13.  
  14. Preface: What is Runner?
  15.  
  16.         Runner is a customizable program that allows users to execute your
  17. PWAD without having to type in arcane commands from the command line. It
  18. was developed by Paul Pollack of DragonHawk Productions, and may be freely
  19. distributed with your PWAD provided that some acknowledgement is given, and
  20. that it is NOT distributed with PWAD's that work with the shareware version
  21. of DOOM. This is according to id's wishes, since otherwise I might somehow
  22. be discouraging others from registering.
  23.  
  24.         This version of Runner has been created specifically to work with
  25. Doom or Doom II, both by id software. A version that supports Heretic
  26. and its PWADs is also available; both are included in Doom Level Design
  27. for Laymen version 1.5 or above.
  28.  
  29. PART I: REQUIREMENTS
  30.  
  31. - An ANSI driver loaded before running the program
  32. - EDIT, included with DOS 5.0 and higher
  33. - A PWAD you wish to have a runner for
  34. - Doom/Doom II
  35.  
  36. PART II: SETTING IT UP
  37.  
  38.         One of the features that sets RUNNER apart from other similar
  39. programs is its ease of use. Included in this release are 8 files you
  40. should edit in order to get RUNNER to work correctly. First of all,
  41. use the DOS EDIT command to EDIT RUNDATA.DAT (DO NOT EDIT RUNNER.DAT!!!).
  42.  
  43.         Each line of RUNDATA.DAT contains differnet information about
  44. your PWAD that RUNNER needs to know in order for it to execute properly.
  45. The first line is the name of the WAD, e.g., Imps Unleashed... Thus,
  46. the first line would look like this:
  47.  
  48. IMPS UNLEASHED
  49.  
  50.         The second line contains the WAD title name again, this one to 
  51. be displayed prominently on your main menu screen. An example would be:        
  52.  
  53. IMPS UNLEASHED -- PART 1 BY SLIMY SOFTWARE
  54.  
  55.         The third line of the file contains information to be displayed
  56. right under the previous line's contents (remember, DMRUNNER automatically
  57. centers these for you, so you don't have to worry about spacing). It
  58. might look something like this:
  59.  
  60. WITHOUT IMPS UNLEASHED, DOOM IS JUST ANOTHER 3D GAME...
  61.  
  62.         The fourth line is a miscellaneous message, to be displayed
  63. right above the choices. You might want it to look something like this,
  64. if we're continuing along the IMPS UNLEASHED theme:
  65.  
  66. SELECT AN OPTION FOR IMPS UNLEASHED NOW!
  67.  
  68.         The next line is the one which contains the name of the EXE file 
  69. you want your PWAD to run -- (e.g. DOOM2). Replace it and move on...
  70.  
  71.         The sixth line contains the actual filename of your level. For
  72. example, you might have:        
  73.  
  74. IMPUNLSD.WAD
  75.  
  76.         The exit message is stored on the last line. This will be displayed
  77. after your PWAD has been run, and you exit Doom. You might want it to
  78. say:
  79.  
  80. Thanks for running Imps Unleashed. It's been a pleasure.
  81.  
  82.         The last line is simple, and usually short. It contains the 
  83. level number you'd like Doom to warp to. For example, you might want 
  84. this line to read 
  85.  
  86.  
  87. if you're running a Doom II PWAD which starts off on the first level. 
  88.  
  89. Then again, you might want it to say: 
  90.  
  91. 2 3 
  92.  
  93. if you're running a Doom I PWAD that starts off on the third level
  94. of episode 2. After replacing the contents, save the file. Viewing it
  95. with a text editor, or such, it should look something like this (with
  96. one line provided above and below the actual file contents):
  97.  
  98. IMPS UNLEASHED 
  99. IMPS UNLEASHED -- PART 1 BY SLIMY SOFTWARE
  100. WITHOUT IMPS UNLEASHED, DOOM IS JUST ANOTHER 3D GAME...
  101. SELECT AN OPTION FOR IMPS UNLEASHED NOW!
  102. DOOM2
  103. IMPUNLSD.WAD
  104. Thanks for running Imps Unleashed. It's been a pleasure.
  105.  
  106.         We're done, right? Not quite... Now that you've finished with those
  107. files, run DMRUNNER.EXE and see how you like it. Not bad, eh? Now rename the
  108. file DMRUNNER.EXE to whatever you want the runner's EXE name to be, for
  109. example, IMPUNLSD.EXE. Copy all the files, except RUNNER.BAS, wherever
  110. you'd like them, whether in your PWAD directory so you can ZIP and U/L
  111. your PWAD ASAP, or to your Doom/Doom II directory, so you check out how
  112. it'll work for the average user. 
  113.  
  114. PART III: DISTRIBUTION        
  115.  
  116.         You may distribute DMRUNNER.EXE (or whatever you've renamed it) with
  117. your PWAD; in fact, I encourage to do just that. Remember, however, that
  118. you may NOT use this as a runner for PWAD's that intentionally work with
  119. the shareware version of Doom, nor may you use this without acknowledging
  120. me at least somewhere in your PWAD's documentation.
  121.  
  122. PART IV: SOURCE CODE
  123.  
  124.         I've included RUNNER.BAS (created by QuickBASIC 4.5 and stored
  125. in text format), the only file (aside from this one) not needed by 
  126. DMRUNNER.EXE, to give you an idea of how RUNNER was made. You may use this to 
  127. modify RUNNER, and/or improve on it, provided that you state that the 
  128. original program was created by Paul Pollack.
  129.  
  130. PART V: GOOD LUCK!
  131.  
  132.         Good luck creating the PWAD runner of your dreams! If you have        
  133. any questions I can be reached on the Board of Trade BBS as Paul Pollack,        
  134. or on the Internet as paul.pollack@intol.com. Thanks for downloading and 
  135. happy DOOMING!
  136.  
  137.                                                         -- Paul Pollack
  138.  
  139.                         Future Version Wish List
  140.                         ------------------------
  141.  
  142.         These features may or may not be in the next version of RUNNER:
  143.  
  144.         1. Removal of the one-line limit
  145.         3. Any user suggestions
  146.  
  147.                            THANKS FOR DOWNLOADING!!!
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.